home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EuroCD 3
/
EuroCD 3.iso
/
Programming
/
SecalDemo
/
Inc
/
exec
/
lists.inc
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-06-24
|
215 b
|
17 lines
include "inc/exec/nodes.inc";
struct List is
lh_Head:ulong;
lh_Tail:ulong;
lh_TailPred:ulong;
lh_Type:ubyte;
l_pad:ubyte;
;
struct MinList is
mlh_Head:ulong;
mlh_Tail:ulong;
mlh_TailPred:ulong;
;